home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / onedata.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  950 b   |  28 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-78]
  2. [C;6;B]        ONEDATA or OD
  3. [7]Default: keep data and bss hunks distinct
  4. [J;1;N]
  5.   Transform BSS hunks into DATA hunks and link them \
  6. at the end. This is useful to build pure programs, \
  7. while this way only one section has to be copied.
  8.   To work properly ONEDATA has to be used with \
  9. SMALLDATA and XDATA. Then the result will be a \
  10. single hunk of data per type of memory. Without \
  11. SMALLDATA, only hunks of the same name will be \
  12. linked together and without XDATA, the BSS hunk \
  13. will be expanded as a large area of zeroes.
  14.   Note that BSS and DATA hunks may have the same \
  15. name when this instruction is used.
  16.  
  17.   This instruction is not valid when a library is \
  18. created.
  19.  
  20.   See also:
  21. [L;3][LINK small]            SMALL
  22. [LINK small]                SMALLBSS
  23. [LINK small]                SMALLCODE
  24. [LINK small]                SMALLDATA
  25. [LINK xhunk]                XCODE
  26. [LINK xhunk]                XDATA
  27. [5; LINK about; GOTO address]        Become Registred
  28.